Home > biomechZoo > Toolbox > Zoo Processing > partition_data.m

partition_data

PURPOSE ^

data = PARTITION_DATA(data,evt1,evt2,ch) standalone function to partition data

SYNOPSIS ^

function data = partition_data(data,evt1,evt2,ch)

DESCRIPTION ^

 data = PARTITION_DATA(data,evt1,evt2,ch) standalone function to partition data

 ARGUMENTS
  data ...  Zoo data file (struct)
  evt1 ...  Name of event for start of partition (string)
  evt2 ...  Name of event for end of partition (string)
  ch   ...  List of channels to partition (string or cell array of string).
            Default 'all' channels

 RETURNS
  data ... partitionned zoo data

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005